home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / SExecApacheWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  2.2 KB  |  60 lines

  1. /**
  2.  * ServletExec for Apache wizard configuration
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="ServletExec for Apache setup";
  8.     type="HTML";
  9.     body = ("This wizard will guide you through the steps required to profile a servlet with OptimizeIt and ServletExec for Apache 2.2 and 3.0.<p>",
  10.         "<p>Press the \"Next\" button to continue.<p><p>",
  11.         "Note: you will find a <a HREF=\"/Tutorial/ProfilingServletExec.html\">tutorial</a> explaining how to profile with ServletExec for Apache in OptimizeIt's tutorial directory. This wizard performs automatically the steps described in the tutorial.");
  12.   },
  13.   {
  14.     title="Select ServletExec for Apache directory";
  15.     class="DirectorySelection";
  16.     helper="intuitive.optit.wizard.helper.SExecApacheDirectorySelection";
  17.     text="Select the ServletExec directory to use with OptimizeIt.\nPress the \"Next\" button when done.";
  18.   },    
  19.  {    
  20.     title="Select vm directory";
  21.     class="DirectorySelection";
  22.     helper="intuitive.optit.wizard.helper.SExecApacheVMSelection";
  23.     text="Select the vm directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  24.   },
  25.   {
  26.     title="Configure ServletExec";
  27.     class="Summary";
  28.     helper="intuitive.optit.wizard.helper.SExecApacheSummary";
  29.     text="Please review the changes below and click on the \"Configure\" button when done.";
  30.     defaultButtonLabel="Configure";
  31.   },
  32.   {
  33.     title="Configuring ServletExec";
  34.     class="PerformAction";
  35.     helper="intuitive.optit.wizard.helper.SExecApacheConfiguration";
  36.     final="true"; // Means that we cannot go back
  37.   },
  38.  {
  39.     title="Start now";
  40.     class="RadioList";
  41.     buttonTitles=("","Yes","No");
  42.     topText="Would you like to start ServletExec for profiling with OptimizeIt now? (You must have Apache server started for ServletExec to run)";
  43.     bottomText="Make your choice then click next.";
  44.     helper="intuitive.optit.wizard.helper.SExecApacheStartNow";
  45.     alt1ButtonVisible="false";
  46.     alt2ButtonVisible="false";
  47.   },
  48.  
  49.   {
  50.     title="Starting Profiler";
  51.     class="Text";
  52.     type="HTML";
  53.     helper="intuitive.optit.wizard.helper.SExecApacheFinished";
  54.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  55.     alt2ButtonVisible="false";
  56.   }
  57. )
  58.  
  59.  
  60.